home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / Trees00 / Treesize.exe / 0 / RCDATA / TCLUSTERDLG / TCLUSTERDLG.txt
Text File  |  1997-12-07  |  1KB  |  54 lines

  1. object ClusterDlg: TClusterDlg
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Choose Cluster Size'
  6.   ClientHeight = 229
  7.   ClientWidth = 261
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object OKBtn: TButton
  16.     Left = 45
  17.     Top = 196
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'Scan'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.   end
  25.   object CancelBtn: TButton
  26.     Left = 141
  27.     Top = 196
  28.     Width = 75
  29.     Height = 25
  30.     Cancel = True
  31.     Caption = 'Cancel'
  32.     ModalResult = 2
  33.     TabOrder = 1
  34.   end
  35.   object Radios: TRadioGroup
  36.     Left = 17
  37.     Top = 8
  38.     Width = 227
  39.     Height = 177
  40.     Caption = '&Cluster Size'
  41.     ItemIndex = 0
  42.     Items.Strings = (
  43.       'Orginal'
  44.       '512 Bytes (NTFS)'
  45.       '1024 Bytes'
  46.       '2048 Bytes (CD-ROM)'
  47.       '4096 Bytes (FAT 128-256 MB, FAT32)'
  48.       '8192 Bytes (FAT 256-512 MB)'
  49.       '16384 Bytes (FAT 512-1024 MB)'
  50.       '32768 Bytes (FAT 1024-2048 MB)')
  51.     TabOrder = 2
  52.   end
  53. end
  54.